ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientUpdatedView Property

In This Topic
    OnClientUpdatedView Property (FlexGridBase<T>)
    In This Topic
    Occurs when the grid finishes creating/updating the elements that make up the current view.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientUpdatedView As String
    public virtual string OnClientUpdatedView {get; set;}
    Remarks
    The grid updates the view in response to several actions, including:
    • refreshing the grid or its data source,
    • adding, removing, or changing rows or columns,
    • resizing or scrolling the grid,
    • changing the selection.
    See Also